home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
comms
/
icom0425.arj
/
HSLINK.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-25
|
3KB
|
47 lines
@Echo off
Echo off
rem This is an example BAT for use in an Intellicomm external protocol
rem entry. The file is set up for use with the HS/Link protocol, by Sam
rem Smith (it is Shareware, and is available on most BBS's).
rem
rem Once installed, this batch may be used to call HS/Link to perform
rem automated bi-directional MAIL transfers with any mail system that
rem supports HS/Link. Automated bi-directional FILE transfers are much
rem trickier due to having to enter each file's description after the
rem transfer, and thus Icom doesn't support AUTOMATED bi-directional FILE
rem transfers at present. You may still use HS/Link for automated file
rem transfers, but not bi-directionally (bi-directional MANUAL file transfers
rem are supported, as with any comm. program). Intellicomm does recognize
rem the HS/Link auto-download sequence, which means that the download will
rem start without your having to press PgDn and select the protocol! But
rem this only works when this .BAT is installed on the protocol menu exactly
rem as outlined below.
rem
rem To plug this BAT into Intellicomm, select "Intellicomm Setup" from the
rem main menu, pick "External Protocols" from the setup menu, then enter the
rem following information in one of the empty entries (it needn't be entry 1):
rem
rem │ Ask for File │
rem │ Name/Description Hotkey Receive Cmd. Send Cmd. name on D/L? │
rem │ │
rem │ 1. HS/Link H HSLINK.BAT HSLINK.BAT No │
rem
rem For automated mail/file runs, all you must do is modify your BIF to use
rem HS/Link as the 'Send/Receive Mail/Files' protocols (BIF screen 1, protocol
rem section). DO NOT add a "Send Replies" task with mail runs that use
rem HS/Link, or your transfers will not be bi-directional. All you need is
rem a "Get all new mail" task, and if a reply packet exists Intellicomm
rem will make sure it gets sent WHILE your mail is being downloaded.
rem
rem YOU MUST PRECEDE THE HSLINK COMMAND WITH THE PROPER PATHNAME if HSLINK.EXE
rem is not located on your PATH (e.g. C:\UTIL\HSLINK.EXE -B ...).
rem Intellicomm will automatically CHDIR to either your Message/Reply or
rem Upload/Download directory before calling this .BAT, so you needn't perform
rem a CHDIR here.
rem
rem Further, you must NOT define a default download directory in the HSCONFIG
rem program, or HS/Link will override and your message packets will not be
rem placed in the proper directory!
rem
HSLINK.EXE -B%1 -P%2 %4 %5 %6 %7 %8 %9